Fluent Assertions Documentation
FluentAssertions.Equivalency Namespace / EquivalencyOptions<TExpectation> Class / Excluding Method
In This Topic
    Excluding Method (EquivalencyOptions<TExpectation>)
    In This Topic
    Excludes the specified (nested) member from the structural equality check.
    Overload List
    OverloadDescription
    Excludes the specified (nested) member from the structural equality check.  
    Excludes a (nested) property based on a predicate from the structural equality check. (Inherited from FluentAssertions.Equivalency.SelfReferenceEquivalencyOptions<EquivalencyOptions<TExpectation>>)
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also